Add and rewrite window size functions in window.el.
authormartin rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 13:50:31 +0000 (15:50 +0200)
committermartin rudalics <rudalics@gmx.at>
Tue, 7 Jun 2011 13:50:31 +0000 (15:50 +0200)
commitfba2d04b31eb9809c4d05bc9f35fd73fd4d6b2a4
treea3fe5beb74bd36f2ed0af56246fc1162fcc85780
parent543775754224e0adb4340dad470960e8d6554683
Add and rewrite window size functions in window.el.

* window.el (window-safe-min-height, window-safe-min-width):
New constants.
(window-size-ignore, window-min-size, window-min-size-1)
(window-sizable, window-sizable-p, window-size-fixed-1)
(window-size-fixed-p, window-min-delta-1, window-min-delta)
(window-max-delta-1, window-max-delta, window-resizable)
(window-resizable-p, window-total-height, window-total-width)
(window-body-width): New functions.
(window-full-height-p, window-full-width-p): Rewrite using
window-total-size.
(window-body-height): Rewrite using window-body-size.
lisp/ChangeLog
lisp/window.el